home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / port / mat.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  1KB  |  21 lines

  1. /* k 0054       13-09-90        */
  2. /* k 0119       08-02-91        */
  3. struct mat {
  4.      char daf        ;       /* area address               */
  5.      char type       ;       /* type area                  */
  6.      short node      ;       /* this node address          */
  7.      char nodno      ;       /* numbers of nodes           */
  8.      struct namtb (*ntb)[1]; /* name node tables pointer   *//* @0119 */
  9.      char flg        ;       /* flag                       */
  10.      char dstno      ;       /* number dest                */
  11.      struct route (*route)[1]; /* route list pointer       *//* @0119 */
  12.      char tabno;             /* number of tabad            */
  13.      struct tabad (*tabad)[1]; /* translation pointer      *//* @0119 */
  14.      char dlcno      ;       /* number of dlc              */
  15.      struct dlctb (* dlctb)[1];                              /* @0119 */
  16.      };
  17. #define MATISTAT 0x80         /* initiate status-inactive   */
  18. #define MATMAIN  0x10         /* main area                  */
  19. #define MATACTIV 01          /* active                     */
  20. #define MATOTHER 0x20        /* other area            */
  21.